home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / karsten.exe / 0 / RCDATA / TBILDEIGENSCHAFTENDLG / TBILDEIGENSCHAFTENDLG.txt
Text File  |  2006-11-02  |  9KB  |  403 lines

  1. object BildEigenschaftenDlg: TBildEigenschaftenDlg
  2.   Left = 559
  3.   Top = 234
  4.   HelpContext = 35
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Properties'
  8.   ClientHeight = 425
  9.   ClientWidth = 393
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   DesignSize = (
  24.     393
  25.     425)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object LName: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 28
  32.     Height = 13
  33.     Caption = '&Name'
  34.     FocusControl = EFName
  35.   end
  36.   object GBHaeufigkeit: TGroupBox
  37.     Left = 8
  38.     Top = 312
  39.     Width = 377
  40.     Height = 73
  41.     Hint = 'Display frequency relative to the sum of all frequency values'
  42.     HelpContext = 907
  43.     Caption = '&Frequency'
  44.     TabOrder = 5
  45.     object LTBMinHaeufigkeit: TLabel
  46.       Left = 16
  47.       Top = 52
  48.       Width = 6
  49.       Height = 13
  50.       Caption = '1'
  51.     end
  52.     object LTBMaxHaeufigkeit: TLabel
  53.       Left = 169
  54.       Top = 52
  55.       Width = 32
  56.       Height = 13
  57.       Alignment = taRightJustify
  58.       Caption = '10'#39'000'
  59.     end
  60.     object TBHaeufigkeit: TTrackBar
  61.       Left = 8
  62.       Top = 20
  63.       Width = 193
  64.       Height = 33
  65.       LineSize = 10
  66.       Max = 400
  67.       PageSize = 100
  68.       Frequency = 100
  69.       Position = 200
  70.       TabOrder = 0
  71.       OnChange = TBHaeufigkeitChange
  72.     end
  73.     object UDHaeufigkeit: TUpDown
  74.       Left = 289
  75.       Top = 20
  76.       Width = 13
  77.       Height = 21
  78.       Associate = EFHaeufigkeit
  79.       TabOrder = 2
  80.       Thousands = False
  81.     end
  82.     object EFHaeufigkeit: TEdit
  83.       Left = 208
  84.       Top = 20
  85.       Width = 81
  86.       Height = 21
  87.       TabOrder = 1
  88.       Text = '0'
  89.       OnChange = EFHaeufigkeitChange
  90.     end
  91.   end
  92.   object EFName: TEdit
  93.     Left = 8
  94.     Top = 24
  95.     Width = 377
  96.     Height = 21
  97.     Hint = 'Name or Title of the Slide'
  98.     HelpContext = 901
  99.     AutoSize = False
  100.     TabOrder = 0
  101.     Text = 'EFName'
  102.     OnChange = EFNameChange
  103.   end
  104.   object GBDateipfad: TGroupBox
  105.     Left = 8
  106.     Top = 56
  107.     Width = 377
  108.     Height = 49
  109.     Hint = 'File path of the picture file'
  110.     Caption = 'File &Path'
  111.     TabOrder = 1
  112.     object BDateipfad: TBitBtn
  113.       Left = 288
  114.       Top = 16
  115.       Width = 75
  116.       Height = 25
  117.       Hint = 'Browse the file system'
  118.       HelpContext = 9031
  119.       Caption = '&Browse'
  120.       TabOrder = 1
  121.       OnClick = BDateipfadClick
  122.       Glyph.Data = {
  123.         76010000424D7601000000000000760000002800000020000000100000000100
  124.         0400000000000001000000000000000000001000000010000000000000000000
  125.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  126.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  127.         555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0
  128.         0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8
  129.         B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF
  130.         FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF
  131.         FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF
  132.         FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF
  133.         0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000
  134.         0555555555777777755555555555555555555555555555555555}
  135.       NumGlyphs = 2
  136.     end
  137.     object EFDateipfad: TEdit
  138.       Left = 16
  139.       Top = 18
  140.       Width = 265
  141.       Height = 21
  142.       Hint = 'File path'
  143.       HelpContext = 9021
  144.       AutoSelect = False
  145.       AutoSize = False
  146.       TabOrder = 0
  147.       Text = 'EFDateipfad'
  148.       OnChange = EFDateipfadChange
  149.     end
  150.   end
  151.   object GBWartezeit: TGroupBox
  152.     Left = 8
  153.     Top = 232
  154.     Width = 377
  155.     Height = 73
  156.     Hint = 'Time to the next slide change'
  157.     HelpContext = 906
  158.     Caption = '&Display Time'
  159.     TabOrder = 4
  160.     object LWartezeitMin: TLabel
  161.       Left = 264
  162.       Top = 20
  163.       Width = 20
  164.       Height = 21
  165.       AutoSize = False
  166.       Caption = 'Min.'
  167.       Layout = tlCenter
  168.     end
  169.     object LWartezeitSek: TLabel
  170.       Left = 344
  171.       Top = 20
  172.       Width = 22
  173.       Height = 21
  174.       AutoSize = False
  175.       Caption = 'Sec.'
  176.       Layout = tlCenter
  177.     end
  178.     object LTBMinWartezeit: TLabel
  179.       Left = 16
  180.       Top = 52
  181.       Width = 11
  182.       Height = 13
  183.       Caption = '1s'
  184.     end
  185.     object LTBMaxWartezeit: TLabel
  186.       Left = 158
  187.       Top = 52
  188.       Width = 43
  189.       Height = 13
  190.       Alignment = taRightJustify
  191.       Caption = '100'#39'000s'
  192.     end
  193.     object TBWartezeit: TTrackBar
  194.       Left = 8
  195.       Top = 20
  196.       Width = 193
  197.       Height = 33
  198.       Ctl3D = True
  199.       LineSize = 10
  200.       Max = 500
  201.       ParentCtl3D = False
  202.       PageSize = 100
  203.       Frequency = 100
  204.       Position = 100
  205.       TabOrder = 0
  206.       OnChange = TBWartezeitChange
  207.     end
  208.     object UDWartezeitMin: TUpDown
  209.       Left = 249
  210.       Top = 20
  211.       Width = 12
  212.       Height = 21
  213.       Associate = EFWartezeitMin
  214.       Max = 1666
  215.       TabOrder = 2
  216.     end
  217.     object EFWartezeitMin: TEdit
  218.       Left = 208
  219.       Top = 20
  220.       Width = 41
  221.       Height = 21
  222.       TabOrder = 1
  223.       Text = '0'
  224.       OnChange = EFWartezeitChange
  225.     end
  226.     object EFWartezeitSek: TEdit
  227.       Left = 288
  228.       Top = 20
  229.       Width = 41
  230.       Height = 21
  231.       TabOrder = 3
  232.       Text = '0'
  233.       OnChange = EFWartezeitChange
  234.     end
  235.     object UDWartezeitSek: TUpDown
  236.       Left = 329
  237.       Top = 20
  238.       Width = 13
  239.       Height = 21
  240.       Associate = EFWartezeitSek
  241.       Max = 60
  242.       TabOrder = 4
  243.       Thousands = False
  244.     end
  245.   end
  246.   object BOk: TBitBtn
  247.     Left = 8
  248.     Top = 392
  249.     Width = 97
  250.     Height = 25
  251.     HelpContext = 908
  252.     Anchors = [akLeft, akBottom]
  253.     Caption = '&OK'
  254.     TabOrder = 6
  255.     Kind = bkOK
  256.   end
  257.   object BAbbrechen: TBitBtn
  258.     Left = 112
  259.     Top = 392
  260.     Width = 97
  261.     Height = 25
  262.     HelpContext = 909
  263.     Anchors = [akLeft, akBottom]
  264.     Caption = '&Cancel'
  265.     TabOrder = 7
  266.     Kind = bkCancel
  267.   end
  268.   object GBHintergrundfarbe: TGroupBox
  269.     Left = 200
  270.     Top = 112
  271.     Width = 185
  272.     Height = 113
  273.     Hint = 'Color of the window background'
  274.     HelpContext = 905
  275.     Caption = '&Background Color'
  276.     TabOrder = 3
  277.     TabStop = True
  278.     DesignSize = (
  279.       185
  280.       113)
  281.     object CBHintergrundfarbe: TColorBox
  282.       Left = 16
  283.       Top = 48
  284.       Width = 153
  285.       Height = 22
  286.       Hint = 'Color of the window background'
  287.       DefaultColorColor = clGray
  288.       NoneColorColor = clBtnFace
  289.       Selected = clDefault
  290.       Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
  291.       Anchors = [akLeft, akTop, akRight]
  292.       ItemHeight = 16
  293.       TabOrder = 0
  294.       OnChange = CBHintergrundfarbeChange
  295.     end
  296.   end
  297.   object BHilfe: TBitBtn
  298.     Left = 288
  299.     Top = 392
  300.     Width = 97
  301.     Height = 25
  302.     Hint = 'Open the help file'
  303.     HelpContext = 35
  304.     Anchors = [akRight, akBottom]
  305.     TabOrder = 8
  306.     Kind = bkHelp
  307.   end
  308.   object GBVergroesserung: TGroupBox
  309.     Left = 8
  310.     Top = 112
  311.     Width = 185
  312.     Height = 113
  313.     Hint = 'Size and aspect of the picture during presentation'
  314.     Caption = '&Zoom Mode'
  315.     TabOrder = 2
  316.     object RBBMNormal: TRadioButton
  317.       Left = 16
  318.       Top = 16
  319.       Width = 161
  320.       Height = 17
  321.       Caption = 'Original Size'
  322.       TabOrder = 0
  323.       OnClick = RBBMClick
  324.     end
  325.     object RBBMIsoStrecken: TRadioButton
  326.       Tag = 1
  327.       Left = 16
  328.       Top = 32
  329.       Width = 161
  330.       Height = 17
  331.       Caption = 'Proportional Zoom'
  332.       TabOrder = 1
  333.       OnClick = RBBMClick
  334.     end
  335.     object RBBMAnisoStrecken: TRadioButton
  336.       Tag = 2
  337.       Left = 16
  338.       Top = 64
  339.       Width = 161
  340.       Height = 17
  341.       Caption = 'Unproportional Stretch'
  342.       TabOrder = 3
  343.       OnClick = RBBMClick
  344.     end
  345.     object RBBMIsoSpeziell: TRadioButton
  346.       Tag = 3
  347.       Left = 16
  348.       Top = 82
  349.       Width = 89
  350.       Height = 17
  351.       Caption = 'Explicit Factor:'
  352.       TabOrder = 4
  353.       OnClick = RBBMClick
  354.     end
  355.     object CBVergroesserung: TComboBox
  356.       Tag = -1
  357.       Left = 112
  358.       Top = 80
  359.       Width = 65
  360.       Height = 21
  361.       ItemHeight = 13
  362.       MaxLength = 10
  363.       TabOrder = 5
  364.       Text = '100%'
  365.       OnChange = CBVergroesserungChange
  366.       Items.Strings = (
  367.         '10%'
  368.         '20%'
  369.         '25%'
  370.         '33%'
  371.         '50%'
  372.         '75%'
  373.         '100%'
  374.         '125%'
  375.         '150%'
  376.         '200%'
  377.         '300%'
  378.         '400%')
  379.     end
  380.     object RBBMIntegerStrecken: TRadioButton
  381.       Tag = 4
  382.       Left = 16
  383.       Top = 48
  384.       Width = 161
  385.       Height = 17
  386.       Caption = 'Integer Zoom Factor'
  387.       TabOrder = 2
  388.       OnClick = RBBMClick
  389.     end
  390.   end
  391.   object OpenPictureDialog: TOpenPictureDialog
  392.     DefaultExt = 'bmp'
  393.     Filter = 
  394.       'All Image Files|*.jpg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf;*.gif|Bitma' +
  395.       'ps (*.bmp)|*.bmp|Metafiles (*.wmf;*.emf)|*.wmf;*.emf|JPEG Images' +
  396.       ' (*.jpg;*.jpeg)|*.jpg;*.jpeg|GIF Images (*.gif)|*.gif|Icons (*.i' +
  397.       'co)|*.ico'
  398.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  399.     Title = 'Browse for Picture File'
  400.     Left = 360
  401.   end
  402. end
  403.